2006-06-20 Murray Cumming <murrayc@murrayc.com>
* gtk/gtkprintoperation.c: (gtk_print_operation_class_init):
Correctly register the done signal - it sends an enum, not an int.
+2006-06-20 Murray Cumming <murrayc@murrayc.com>
+
+ * gtk/gtkprintoperation.c: (gtk_print_operation_class_init):
+ Correctly register the done signal - it sends an enum, not an int.
+
2006-06-20 Christian Persch <chpe@cvs.gnome.org>
* configure.in
+2006-06-20 Murray Cumming <murrayc@murrayc.com>
+
+ * gtk/gtkprintoperation.c: (gtk_print_operation_class_init):
+ Correctly register the done signal - it sends an enum, not an int.
+
2006-06-20 Christian Persch <chpe@cvs.gnome.org>
* configure.in
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (GtkPrintOperationClass, done),
NULL, NULL,
- g_cclosure_marshal_VOID__INT,
- G_TYPE_NONE, 1, G_TYPE_INT);
+ g_cclosure_marshal_VOID__ENUM,
+ G_TYPE_NONE, 1, GTK_TYPE_PRINT_OPERATION_RESULT);
/**
* GtkPrintOperation::begin-print: